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,10